Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WinForms/WPF/MAUI-Windows API review changes #5998

Merged
merged 5 commits into from
Apr 12, 2022

Conversation

SteveSandersonMS
Copy link
Member

Fixes #5906
Fixes #5909
Fixes #5910

The approach to nullability I've taken is similar to what we do in ASP.NET Core. That is, in most cases we're honest about nullability, but in cases where for intended usage scenarios a certain thing is not going to be null, it's typed as not-null (example: things that always get initialized as not-null by the framework before application code is expected to run).

@SteveSandersonMS SteveSandersonMS requested a review from a team as a code owner April 12, 2022 11:50
@rmarinho rmarinho requested a review from Eilon April 12, 2022 12:28
@SteveSandersonMS SteveSandersonMS enabled auto-merge (squash) April 12, 2022 12:43
@jsuarezruiz jsuarezruiz added the area-blazor Blazor Hybrid / Desktop, BlazorWebView label Apr 12, 2022
@SteveSandersonMS SteveSandersonMS merged commit 45e190f into main Apr 12, 2022
@SteveSandersonMS SteveSandersonMS deleted the stevesa/winforms-wpf-api-review branch April 12, 2022 15:17
namespace Microsoft.AspNetCore.Components.WebView.WindowsForms
{
/// <summary>
/// A builder for WindowsForms Blazor WebViews.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// A builder for WindowsForms Blazor WebViews.
/// A builder for Windows Forms Blazor WebViews.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😬

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. However your approval triggered automerge! Followed up at #6001

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Understood, definitely my fault. I noticed it right as I was clicking Approve 😁

@github-actions github-actions bot locked and limited conversation to collaborators Dec 21, 2023
@samhouts samhouts added the fixed-in-6.0.300-rc.2 Look for this fix in 6.0.300-rc.2! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Blazor Hybrid / Desktop, BlazorWebView fixed-in-6.0.300-rc.2 Look for this fix in 6.0.300-rc.2!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BlazorWebView API review: WPF BlazorWebView API review: WinForms BlazorWebView API review: Windows
4 participants